home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / Perl_WWW_Utilities / makehomeidx / CHANGES < prev    next >
Encoding:
Text File  |  1996-01-02  |  1.5 KB  |  44 lines

  1. CHANGES for makehomeidx
  2.  
  3. MM/DD/YY
  4. ===========================================================================
  5. 01/02/96    (1.1.1)
  6.  
  7.     o  Fixed bug where no links were created if the -incfile option
  8.        was NOT specified.
  9.  
  10. ===========================================================================
  11. 11/22/95    (1.1.0)
  12.  
  13.     o  Added the -incfile option for the ability to only check
  14.        specified users for home pages.
  15.  
  16.     o  Added the -excfile option for the ability to exclude specific
  17.        users from being indexed.
  18.  
  19.     o  If the -title string contains HTML tags, the tags are
  20.        stripped out for the TITLE element, but preserved for the
  21.        H1 element.
  22.  
  23.     o  makehomeidx is now detects if the TITLE element is defined
  24.        in the file specified by -header.  If so, makehomeidx will
  25.        *ignore* the -title argument and not insert the <html>,
  26.        <head>, <body>, and <h1> tags.  It is up to the header file
  27.        to include them.
  28.  
  29.     o  If a </body> or </html> tag exists in the -footer file,
  30.        makehomeidx will not insert those tags in the output file.
  31.  
  32. ===========================================================================
  33. 07/21/94    (1.0.1)
  34.  
  35.     o  If '-' is specified as the passwd file via the -passwd
  36.        option, makehomeidx will read the passwd file from
  37.        standard input.  Useful if passwd file is obtained
  38.        via NIS.  Example:
  39.  
  40.         % ypcat passwd | makehomeidx -passwd - homepages.html
  41.  
  42. ===========================================================================
  43. Earl Hood, ehood@convex.com
  44.